home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Height = 340
- Menu = MainMenu1
- Width = 434
- Left = 0
- Top = 0
- PixelsPerInch = 96
- TextHeight = 13
- object RichEdit1: TRichEdit
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- TabOrder = 0
- Left = 0
- Top = 0
- Width = 426
- Height = 286
- end
- object MainMenu1: TMainMenu
- Left = 264
- Top = 208
- object File1: TMenuItem
- Caption = 'File'
- object Open1: TMenuItem
- Caption = 'Open'
- OnClick = Open1Click
- end
- object Save1: TMenuItem
- Caption = 'Save'
- OnClick = Save1Click
- end
- object Exit1: TMenuItem
- Caption = 'Exit'
- OnClick = Exit1Click
- end
- end
- end
- end
-